PDF4Java Reference Documentation
com.o2sol.pdf4java.content.text Package / PDFTextRun Class / getGlyphs Method
In This Topic
    getGlyphs Method
    In This Topic
    Gets the collection of glyphs that compose this text run.
    Syntax
    public PDFTextGlyphCollection getGlyphs()

    Return Value

    A PDFTextGlyphCollection object representing the collection of glyphs that compose this text run.
    See Also